dsh-move-session:DSH 插件里的跨工作区会话迁移
hucj09/dsh-move-session 是 dsh Web GUI 的零依赖跨工作区会话迁移插件,采用 MIT 许可证。该插件允许用户将当前空闲会话完整复制到另一个工作区,保留对话日志、标题、Agent 预设及模型选择,无需手动复制,避免遗漏。它在会话头部和侧边栏菜单中提供“Move Session”入口,支持“保留原会话”或“归档原会话”两种模式。仅支持空闲会话,运行中会话会被禁用;迁移后生成新会话 ID,通过 parentSession 保留血缘信息,且不会覆盖或删除现有记录。若目标工作区存在同名会话,会自动追加后缀区分。安装后需重启 dsh web 并强刷浏览器页面即可启用。该插
Read Moredsh-codex-import:把 OpenAI Codex CLI 历史会话导入 DSH
dsh-codex-import 是一个 MIT 许可的 DSH 插件及独立 CLI,旨在将 OpenAI Codex CLI 的历史对话导入 DeepSeek Harness (DSH)。它支持通过 DSH 命令或独立 CLI 两种形式运行,要求 Node >=22.20。该工具能完整保留用户消息、助手回复、工具调用、turn/step 结构及会话标题,实现会话在 DSH 中的浏览、搜索与继续。安装时需将包名加入 pnpm 配置的 allowBuilds 并重启服务。针对超大会话,提供自动压缩最旧 turn 为摘要或纯截断保留最近 turn 两种策略,以优化 Token 消耗。该插件适用于希
Read Moredsh-session-import:跨工具会话迁移插件
`dsh-session-import` 是由 devmom 维护、采用 MIT 许可的 DeepSeek Harness (dsh) 插件,旨在解决多智能体工具会话分散的问题,实现跨平台会话的统一迁移。该插件支持从 ChatGPT、Claude Code、Cursor 等 15 种以上工具导入会话,将其转化为原生 dsh 日志并持久化,确保在 Web UI 中可原样渲染及续聊。同时具备双向导出能力,支持将 dsh 会话导出为 JSON、Markdown 等通用格式。 插件提供隐私脱敏检测(如 API Key、身份证等)及知识抽取功能,可将关键信息沉淀至本地记忆。交互入口丰富,包括 Web 导
Read MoreDeepSeek Harness External Migration: Migrating Configurations and Session Histories from Codex, Claude Code, Qoder, and OpenCode into DSH
DeepSeek Harness External Migration is a plugin designed to migrate configuration signals and session histories from external agent tools such as Codex and Claude Code into DeepSeek Harness. To address the risks of manual migration, including inadvertent modification of source files, credential leakage, and automatic configuration application, the plugin adopts a secure three-step process of "Scan-Preview-Import." It provides three core tools: `scan`, which performs read-only inventory of the source; `preview`, which parses and previews the results; and `import`, which requires explicit confirmation before writing. The plugin does not modify source files, does not copy credentials, replaces MCP secrets with environment variable references, and generated configuration packages are exported solely for review without automatic application. Installation requires compatible versions and a specific Node.js environment, via `dsh pl
Read Moredsh-import-agents: Migrating pi / opencode / codex / claude-code Sessions into DeepSeek Harness
dsh-import-agents is a dsh workflow plugin maintained by Chang-Tong, designed to import sessions, chat histories, and agents from pi, opencode, codex, and claude-code into DeepSeek Harness. Imported sessions can continue conversations with their full history, and agents are converted into skills. It supports slash commands like /import-all, one-click Sync in the composer, and migration prompts when starting new sessions. The installation command is `dsh plugin --profile web add dsh-import-agents`, licensed under MIT, and requires Node >= 22.19.
Read Moredsh-chat-import: Importing External Agent Sessions into DSH for Continuation
dsh-chat-import is a memory plugin for DSH maintained by Nwflower. It read-only imports sessions from over 17 external agent sources such as Claude Code, Codex, Cursor, and Gemini, generating fully faithful and resumable DSH sessions. It also supports export and write-back, bidirectional synchronization, and interchange bundle backups. The plugin requires Node.js ≥ 22.13 and dsh 0.1.x, and can be installed via `dsh plugin --profile web add dsh-chat-import`.
Read Moredsh-plugin-bridge: Previewable Cross-Preset Session Migration
dsh-plugin-bridge is a DSH workflow plugin maintained by Totoro-qaq, designed to migrate a source session to another preset during a long task. It condenses the history into five fixed handoff sections: Goal, Current state, Key decisions, Key files, and Next step. It supports preview before execution, leaves the original session unchanged, and ensures the target session starts cleanly. After installation, it operates via the `/bridge` slash command without injecting prompt tokens into regular sessions. This plugin is ideal for scenarios where you need to switch tool combinations without manually restating the context.
Read More### 正式技术译法(符合海外开源项目命名习惯): `deepseek-harness-external-migration: Migrate configurations and sessions from Codex and Claude Code into DeepSeek Harness`
A MIT plugin maintained by buguoshixc that migrates configurations and chat histories from Codex, Claude Code, Qoder and OpenCode to DeepSeek Harness. The process includes scanning, previewing and confirming the import: scanning is read-only and does not return credentials, and import requires `confirm=true`. First export a review package for configurations, replace MCP keys with environment variables, and no automatic overwriting. Requires dsh 0.1.0-rc.5 and Node.js 22.19+/24+. Installation command on the catalog page: `dsh plugin add github:buguoshixc/deepseek-harness-external-migration`.
Read More